﻿@charset "utf-8";

/*产品展示*/
.smd_pro {
    margin: 0 auto;
    position: relative;
    background: #f1f1f1;
    padding: 30px 0;
}

.smd_pro_con {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0
}

.smd_pro_con dl {
    border: 3px solid #3594a7;
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    position: relative;
    background: #fff
}

.smd_pro_con dl:last-child {
    margin-right: none
}

.smd_pro_con dl img {
    width: 90%;
}

.smd_pro_con dl dt {
    display: none;
}

.smd_pro_con dl dd {
    display: none;
}

.smd_pro_con dl:hover:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.smd_pro_con dl:hover dt {
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.smd_pro_con dl:hover dd {
    display: block;
    background: url(../images/more.png);
    width: 43px;
    height: 43px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -22px
}

/*产品分类*/
.smd_product {
    margin: 30px auto;
    height: 560px;
}

.smd_product_con {
    position: relative;
    padding: 20px 0
}

.smd_product_con .hd {
    width: 770px;
    background: #f1f1f1;
    height: 390px;
    margin: 25px 0;
    position: absolute;
    right: 0;
}

.smd_product_con .hd p {
    width: 70%;
    font-size: 14px;
    line-height: 35px;
}

.smd_product_con .hd ul {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
    top: 180px
}

.smd_product_con .hd ul:before {
    content: '';
    height: 1px;
    background: #ccc;
    position: absolute;
    width: 100%
}

.smd_product_con .hd ul li {
    width: 15%;
    margin: 0 2.5% 0 2.5%;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    cursor: pointer;
}

.smd_product_con .hd ul li:hover {
    background: #3594a7;
    color: #fff;
}

.smd_product_con .hd ul li em:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -8px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    margin-left: -8px;
}

.smd_product_con .hd ul li .ico01 {
    background: url(../images/ys01.png);
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.smd_product_con .hd ul li .ico02 {
    background: url(../images/ys02.png);
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.smd_product_con .hd ul li .ico03 {
    background: url(../images/ys03.png);
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.smd_product_con .hd ul li .ico04 {
    background: url(../images/ys04.png);
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.smd_product_con .hd ul li .ico05 {
    background: url(../images/ys05.png);
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.smd_product_con .hd ul li:hover .ico01 {
    background: url(../images/ys_h_01.png);
}

.smd_product_con .hd ul li:hover .ico02 {
    background: url(../images/ys_h_02.png);
}

.smd_product_con .hd ul li:hover .ico03 {
    background: url(../images/ys_h_03.png);
}

.smd_product_con .hd ul li:hover .ico04 {
    background: url(../images/ys_h_04.png);
}

.smd_product_con .hd ul li:hover .ico05 {
    background: url(../images/ys_h_05.png);
}

.smd_product_con .hd ul li:hover em:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -8px;
    border: 3px solid #3594a7
}

.smd_product_con .hd .on {
    background: #3594a7;
    text-align: center;
    color: #fff;
}

.smd_product_con .hd .on em:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -8px;
    border: 3px solid #3594a7
}

.smd_product_con .hd .on .ico01 {
    background: url(../images/ys_h_01.png);
}

.smd_product_con .hd .on .ico02 {
    background: url(../images/ys_h_02.png);
}

.smd_product_con .hd .on .ico03 {
    background: url(../images/ys_h_03.png);
}

.smd_product_con .hd .on .ico04 {
    background: url(../images/ys_h_04.png);
}

.smd_product_con .hd .on .ico05 {
    background: url(../images/ys_h_05.png);
}

.smd_product_con .bd {
    width: 1200px;
}

.smd_product_con .bd img {
    width: 790px;
    height: 440px;
    z-index: 9;
    position: absolute;
    left: 0%;
    margin-left: -360px
}

.smd_product_con .bd dl {
    width: 670px;
    z-index: 9;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 30px
}

.smd_product_con .bd dl span {
    display: block;
    font-size: 100px;
    font-family: 'Impact';
    color: #ebeae8
}

.smd_product_con .bd dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #f1f1f1;
    display: block;
    position: relative;
    margin-top: -50px;
    line-height: 30px;
}

.smd_product_con .bd dl dd {
    font-size: 14px;
    line-height: 30px;
    width: 60%;
    margin: 20px auto 0;
    color: #333;
}


/*解决方案*/
.smd_solution {
    background: url(../images/parners.jpg);
    height: 515px;
    box-sizing: border-box;
    padding: 30px 0
}

.smd_solution .left {
    width: 270px;
    height: 210px;
    background: #3594a7;
    float: left
}

.smd_solution .left .tit {
    position: relative;
    color: #fff;
    font-size: 30px;
    box-sizing: border-box;
    padding: 60px 0 0 20px;
    line-height: 40px;
    font-weight: bold
}

.smd_solution .left .tit:before {
    content: '';
    height: 4px;
    background: #fff;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 20px
}

.smd_solution .left .tit span {
    font-size: 30px;
    font-family: 'Arial';
    display: block;
}

.smd_solution .right {
    width: 930px;
    height: 210px;
    float: right;
    color: #333;
    font-size: 30px;
    box-sizing: border-box;
    padding: 60px 0 0 40px;
    line-height: 40px;
    font-weight: bold
}

.smd_solution .right span {
    font-size: 30px;
    color: #3594a7;
    display: block;
}

.smd_solution_con {
    display: flex;
    flex-direction: column;
    background: #fff;

    position: relative;
}

.smd_solution_con .hd {
    position: relative;
}


.smd_solution_con .hd ul {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: 70px;
    right: 0;
    width: 80%
}

.smd_solution_con .hd ul li {}

.smd_solution_con .hd ul a {
    text-align: left;
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    font-size: 14px;
}

.smd_solution_con .hd ul a:hover {
    background: #d8170f;
    text-align: left;
    color: #fff;
}

.smd_solution_con .hd ul .on a {
    background: #d8170f;
    text-align: left;
    color: #fff;
}

.smd_solution_con .bd {
    width: 100%;
    z-index: 9;
    position: relative;
}

.smd_solution_con .bd .left {
    float: right;
    width: 930px;
}

.smd_solution_con .bd .left dl {
    width: 930px;
    height: 210px;
    position: relative;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding: 40px;
    color: #333
}
.smd_solution_con .bd .left dl dt {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}
.smd_solution_con .bd .left dl dd {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.smd_solution_con .bd .left dl a {
    font-size: 14px;
    line-height: 30px;
    color: #3594a7
}
.smd_solution_con .bd .right {
    width: 270px;
    height: 210px;
    float: left;
    position: relative;
    padding: 0
}

.smd_solution_con .bd .right img {
    width: 270px;
    height: 210px;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.smd_solution_con .prev,
.smd_solution_con .next {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 99;
    background: #333;
    font-size: 26px;
    font-family: 'KaiTi';
    color: #fff;
    text-align: center;
    top:-40px;
    right: 41px;
    line-height: 40px
}

.smd_solution_con .prev:hover,
.smd_solution_con .next:hover {
    background: #3594a7;
}


.smd_solution_con .next {
    top:-40px;
    right: 0;
    background-position: 8px 5px;
}

.smd_solution_con .prev:hover,
.smd_solution_con .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.smd_solution_con .prevStop {
    display: none;
}

.smd_solution_con .nextStop {
    display: none;
}


.smd_ad{height: 150px;}



/*公司简介*/
.smd_about {
    position: relative;
    width: 100%;
    margin: 40px auto
}

.smd_about .content{padding: 30px 0}

.smd_about .left {
    float: right
}


.smd_about .right {
    width: 650px;
    float: left;
}
.smd_about .right h2{font-size: 24px;line-height: 50px}


.smd_about .right dl {
    width: 33.333333%;
    float: left;
    text-align: center;
}

.smd_about .right dl dt {
    font-size: 36px;
    font-family: 'Impact';
    color: #3594a7;
    position: relative;
}

.smd_about .right dl dt em {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    top: 0;
    margin-left: 10px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
    color: #666
}

.smd_about .right dl dd {
    line-height: 50px
}

.smd_about p {
    font-size: 14px;
    line-height: 35px;
    text-indent: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.smd_about a {
    padding: 10px 45px;
    color: #333;
    border: 1px solid #999999;
}

.smd_about a:hover {
    background: #d8170f;
    color: #fff;
    border: none;
}



/*新闻资讯*/
.smd_news {}

.smd_news_con {
    display: flex;
    flex-direction: column;
    position: relative;
}

.smd_news_con .hd {
    width: 100%;
    position: relative;
}


.smd_news_con .hd ul {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: -70px;
    right: 0;
    width: 80%
}

.smd_news_con .hd ul li {}

.smd_news_con .hd ul a {
    text-align: left;
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.smd_news_con .hd ul a:hover {
    background: #d8170f;
    text-align: left;
    color: #fff;
}

.smd_news_con .hd ul .on a {
    background: #d8170f;
    text-align: left;
    color: #fff;
}


.smd_news_con .bd {
    width: 100%;

}

.smd_news_con .bd ul {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.smd_news_con .bd .left {
    width: 575px;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.smd_news_con .bd .left img {
    width: 575px;
    height: 245px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 40px 0
}

.smd_news_con .bd .left .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 200px
}

.smd_news_con .bd .left .fl b {
    font-size: 14px;
    display: block;
}

.smd_news_con .bd .left .fr {
    width: 475px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.smd_news_con .bd .left .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.smd_news_con .bd .left .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #3594a7;
    position: absolute;
    display: inline-block;
    left: -21px
}

.smd_news_con .bd .left .fr .t:hover {
    color: #3594a7
}

.smd_news_con .bd .left .fr p {
    line-height: 30px;
    font-size: 14px;
}

.smd_news_con .bd .left .fr .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding: 0 30px;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 20px 0 0 0
}


.smd_news_con .bd .right {
    width: 580px;
    margin: 0 0 0 20px;
    float: right;
    text-align: left
}

.smd_news_con .bd .right li {
    width: 100%;
    height: 160px
}

.smd_news_con .bd .right .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 160px
}

.smd_news_con .bd .right .fl b {
    font-size: 14px;
    display: block;
}

.smd_news_con .bd .right .fr {
    width: 475px;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.smd_news_con .bd .right .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.smd_news_con .bd .right .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #3594a7;
    position: absolute;
    display: inline-block;
    left: -26px
}

.smd_news_con .bd .right .fr .t:hover {
    color: #3594a7
}

.smd_news_con .bd .right .fr p {
    line-height: 30px;
    font-size: 14px;
}

/*合作伙伴*/
.smd_partners {
    overflow: hidden;
    position: relative;
    margin: 30px auto;
    width: 1200px
}


.smd_partners .bd {
    padding: 10px;
}

.smd_partners .bd ul {
    overflow: hidden;
    zoom: 1;
}

.smd_partners .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.smd_partners .bd ul li .pic {
    text-align: center;
}

.smd_partners .bd ul li .pic img {
    width: 200px;
    height: 80px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.smd_partners .bd ul li .pic a:hover img {
    border-color: #999;
}

.smd_partners .bd ul li .title {
    line-height: 24px;
}